home *** CD-ROM | disk | FTP | other *** search
- Short: First beta of SDL library Amiga port.
- Author: Gabriele Greco
- Uploader: gabriele.greco@galactica.it
- Version: 1.0
- Type: dev/misc
-
- This is the first beta version of my SDL (Simple DirectMedia Layer)
- port (www.libsdl.org for more info). SDL is available on a wide range
- of systems (linux, windows, beos, mac...) and is used by many
- applications (on the sdl site there is an almost full list).
-
- This archive contains the 68k version, some demos and the includes.
- The API documentation, available in several languages is available in
- the official SDL site (www.libsdl.org).
-
- Actully this version of SDL-Amiga needs:
-
- CyberGraphX v3+ (for video output, CGXAGA untested)
- AHI v4+ (for audio output)
-
- And provides:
-
- - Screens/Windows menagement.
- - Software/Hardware blitting in 8/16/24/32bit (hardware acceleration
- is performed through CGX and may require V4 BITMAPCACHE option).
- - Event handling (keyboard, mouse, windows)
- - Audio
- - Thread menagement (somewhat broken in gcc version)
- - Timer menagement
- - Endian menagement
-
- Not yet done:
- - Joystick and CDRom related API.
-
- The library is actually distributed as linked library, to make debugging
- easier. I've built SAS/C and GCC version of this linked library but it
- seems that the GCC one is less stable than the SAS/C one, maybe for
- problems dued to thread menagement and ixemul.library. A MorphOS version
- of the library is almost ready, and a powerup version in the works.
-
- ***IMPORTANT: This beta version of the library needs a 68020 and a math
- coprocessor to work, and prints a lot of debug informations to the serial
- (you can see it with sushi or a serial terminal). Stable releases will work
- also without coprocessor and will not contain debug output.
-
- Anyway with this version of SDL I've compiled (and run :) ) without
- problems all the demos of the original source distribution and a lot
- of other demos and apps. Included in this distribution there is
- the binary only version of SDLroids, look at www.libsdl.org for the
- source distribution.
-
- Obviously since it's a beta bug reports, detailed if possible, are
- welcome. Source will be added to the official SDL tree as soon as
- it's stable.
-
- SDL is OpenSource, but it's licence make it usable also for development
- of commercial applications.
-
-
- Gabriele Greco
- Hurricane Studios
- gabriele.greco@galactica.it
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 203040 70361 65.3% 22-Aug-00 18:46:40 SDL.lib
- 232768 85390 63.3% 22-Aug-00 18:23:12 libSDL.a
- 2556 1221 52.2% 16-Mar-00 15:20:36 +begin_code.h
- 1161 659 43.2% 16-Mar-00 15:20:36 +close_code.h
- 609 269 55.8% 20-Apr-00 21:17:20 +Makefile.am
- 2933 1328 54.7% 16-Mar-00 15:20:36 +SDL.h
- 1947 1005 48.3% 16-Mar-00 15:20:36 +SDL_active.h
- 10773 4098 61.9% 16-Mar-00 15:20:36 +SDL_audio.h
- 1714 932 45.6% 23-Jul-00 00:25:16 +SDL_byteorder.h
- 5658 2314 59.1% 28-Jun-00 03:42:46 +SDL_cdrom.h
- 997 594 40.4% 16-Mar-00 15:20:36 +SDL_copying.h
- 4813 1843 61.7% 16-Mar-00 15:20:36 +SDL_endian.h
- 1752 909 48.1% 16-Mar-00 15:20:36 +SDL_error.h
- 11622 3581 69.1% 28-Apr-00 22:45:04 +SDL_events.h
- 5159 1923 62.7% 10-Jul-00 21:18:54 +SDL_joystick.h
- 3858 1719 55.4% 16-Mar-00 15:20:36 +SDL_keyboard.h
- 7186 2622 63.5% 16-Mar-00 15:20:36 +SDL_keysym.h
- 2303 1100 52.2% 16-Mar-00 15:20:36 +SDL_main.h
- 4322 1780 58.8% 21-Apr-00 00:59:10 +SDL_mouse.h
- 5497 1809 67.0% 05-Jun-00 01:24:08 +SDL_mutex.h
- 1996 1072 46.2% 16-Mar-00 15:20:36 +SDL_quit.h
- 3373 1474 56.3% 30-May-00 03:15:22 +SDL_rwops.h
- 4323 1823 57.8% 26-Jul-00 19:55:52 +SDL_syswm.h
- 2179 1075 50.6% 20-Apr-00 21:17:20 +SDL_thread.h
- 4125 1898 53.9% 17-Jul-00 02:41:48 +SDL_timer.h
- 2010 1040 48.2% 16-Mar-00 15:20:36 +SDL_types.h
- 2151 1083 49.6% 06-Jun-00 17:17:50 +SDL_version.h
- 28910 9310 67.7% 25-Jul-00 23:34:50 +SDL_video.h
- 357352 147973 58.5% 22-Aug-00 18:28:28 +sdlroids
- 122 40 67.2% 06-Jul-00 02:55:30 +blank.bmp
- 210 120 42.8% 06-Jul-00 02:55:48 +bomb.bmp
- 3126 1088 65.1% 09-Jul-00 07:35:50 +icon.bmp
- 126 79 37.3% 06-Jul-00 02:56:18 +level.bmp
- 194 79 59.2% 06-Jul-00 02:56:36 +life.bmp
- 206 98 52.4% 06-Jul-00 02:56:48 +num0.bmp
- 206 96 53.3% 06-Jul-00 02:56:56 +num1.bmp
- 206 114 44.6% 06-Jul-00 02:57:06 +num2.bmp
- 206 109 47.0% 06-Jul-00 02:57:14 +num3.bmp
- 206 106 48.5% 06-Jul-00 02:57:26 +num4.bmp
- 206 112 45.6% 06-Jul-00 02:57:34 +num5.bmp
- 206 108 47.5% 06-Jul-00 02:57:40 +num6.bmp
- 206 98 52.4% 06-Jul-00 02:57:48 +num7.bmp
- 206 112 45.6% 06-Jul-00 02:57:54 +num8.bmp
- 206 108 47.5% 06-Jul-00 02:58:06 +num9.bmp
- 202 89 55.9% 06-Jul-00 02:58:38 +plus.bmp
- 126 80 36.5% 06-Jul-00 02:58:46 +score.bmp
- 198 102 48.4% 06-Jul-00 02:58:54 +shield.bmp
- 3916 2669 31.8% 06-Jul-00 20:14:46 +bonusgot.wav
- 1609 992 38.3% 07-Jul-00 09:11:42 +bshot.wav
- 2191 1262 42.4% 06-Jul-00 20:14:46 +bwound.wav
- 4360 2694 38.2% 07-Jul-00 09:13:06 +explode.wav
- 19597 9433 51.8% 07-Jul-00 09:13:06 +explode2.wav
- 9044 4196 53.6% 07-Jul-00 09:13:06 +newbad.wav
- 4451 2522 43.3% 06-Jul-00 20:14:46 +newbonus.wav
- 1896 1282 32.3% 06-Jul-00 20:14:46 +phit.wav
- 2844 2535 10.8% 10-Jul-00 07:50:38 +pshot.wav
- 10044 1987 80.2% 07-Jul-00 09:14:22 +swarmsplit.wav
- 1068 920 13.8% 06-Jul-00 20:14:46 +thrust.wav
- 20166 15861 21.3% 06-Jul-00 20:14:46 +title.wav
- 578 123 78.7% 21-Oct-99 15:56:34 +icon.bmp
- 181552 66083 63.6% 22-Aug-00 18:58:04 +loopwave
- 2115 972 54.0% 22-Aug-00 19:00:56 +loopwave.c
- 884 247 72.0% 21-Oct-99 15:56:34 +picture.xbm
- 69202 24689 64.3% 21-Oct-99 15:56:34 +sample.bmp
- 121946 104126 14.6% 21-Oct-99 15:56:34 +sample.wav
- 182064 66101 63.6% 22-Aug-00 18:58:32 +testsprite
- 6864 2425 64.6% 22-Aug-00 18:58:18 +testsprite.c
- 183136 66309 63.7% 22-Aug-00 18:58:26 +testwin
- 8829 2529 71.3% 22-Aug-00 18:58:12 +testwin.c
- 2330 1205 48.2% 22-Aug-00 19:03:46 SDL-Amiga.readme
- 126 96 23.8% 22-Aug-00 19:05:50 +readme.txt
- -------- ------- ----- --------- --------
- 1764263 736201 58.2% 23-Aug-100 03:36:24 71 files
-